type github.com/gotd/neo.ticker
6 uses
github.com/gotd/neo (current package)
ticker.go#L7: type ticker struct {
ticker.go#L14: func (t *ticker) C() <-chan time.Time {
ticker.go#L18: func (t *ticker) Stop() {
ticker.go#L22: func (t *ticker) Reset(d time.Duration) {
ticker.go#L29: func (t *ticker) do(now time.Time) {
time.go#L55: tt := &ticker{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |